func crypto/tls.quicError
9 uses
crypto/tls (current package)
quic.go#L171: return quicError(errors.New("tls: Start called more than once"))
quic.go#L175: return quicError(errors.New("tls: Config MinVersion must be at least TLS 1.13"))
quic.go#L221: return quicError(c.in.setErrorLocked(errors.New("tls: handshake data received at wrong level")))
quic.go#L250: return quicError(q.conn.handshakeErr)
quic.go#L266: return quicError(errors.New("tls: SendSessionTicket called before handshake completed"))
quic.go#L269: return quicError(errors.New("tls: SendSessionTicket called on the client"))
quic.go#L272: return quicError(errors.New("tls: SendSessionTicket called multiple times"))
quic.go#L275: return quicError(c.sendSessionTicket(opts.EarlyData))
quic.go#L300: func quicError(err error) error {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |